home *** CD-ROM | disk | FTP | other *** search
- /* REXX COMMAND FILE THAT WILL SET THE SYSINFO FILES. */
-
- call RxFuncAdd "SysLoadFuncs","RexxUtil","SysLoadFuncs"
- call SysLoadFuncs
-
-
- SAY "Please enter the output port of your printer, such as LPT1"
- PULL LPTNUM
-
- "@IF EXIST SYSINFO.TXT DEL SYSINFO.TXT"
- N=LINEOUT(SYSINFO.TXT, "PARA SET DEVICENAME="LPTNUM)
- N=LINEOUT(SYSINFO.TXT)
-
- call SysDropFuncs
- EXIT
- /* DONE */
-
-